home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CDTV / cdtvtools-11 / CD-DA / Aztec / makefile < prev   
Encoding:
Makefile  |  1991-01-03  |  86 b   |  7 lines

  1. CFLAGS=-so 
  2. OBJ=example.azt.o
  3.  
  4. example.azt: $(OBJ)
  5.     ln $(OBJ) +cd -o example.azt -lc
  6.  
  7.